Vcenter NamespaceManagement Supervisors Networks Edges HAProxyInfo

Vcenter NamespaceManagement Supervisors Networks Edges HAProxyInfo
Vcenter NamespaceManagement Supervisors Networks Edges HAProxyInfo

This schema is deprecated as of vSphere API 9.0.0.0.

Vcenter NamespaceManagement Supervisors Networks Edges Info contains detailed information about an HAProxy Load Balancer.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "address_ranges": [
        {
            "address": "string",
            "count": 0
        }
    ],
    "servers": [
        {
            "host": "string",
            "port": 0
        }
    ],
    "username": "string",
    "certificate_authority_chain": "string"
}
address_ranges
Required

This property is deprecated as of vSphere API 9.0.0.0.

IP address range from which virtual servers are assigned their IPs.

This property was added in vSphere API 9.0.0.0.

servers
Required

This property is deprecated as of vSphere API 9.0.0.0.

A list of the addresses for the DataPlane API servers used to configure HAProxy.

This property was added in vSphere API 9.0.0.0.

string
username
Required

This property is deprecated as of vSphere API 9.0.0.0.

An administrator user name for accessing the HAProxy Data Plane API server.

This property was added in vSphere API 9.0.0.0.

string
certificate_authority_chain
Required

This property is deprecated as of vSphere API 9.0.0.0.

PEM-encoded CA certificate chain which is used to verify x509 certificates received from the server.

This property was added in vSphere API 9.0.0.0.

Deprecated